home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Utilities / Ghostscript / Amiga.readme < prev    next >
Encoding:
Text File  |  2001-04-07  |  3.8 KB  |  94 lines

  1. AFPL Ghostscript 6.50 Amiga Release 2
  2. -------------------------------------
  3.  
  4. For license, please read doc/PUBLIC. See History for changes in the
  5. Amiga version.
  6.  
  7. This is a straight Amiga compilation of AFPL Ghostscript 6.50 - I did
  8. it because apparently nobody else felt obliged to do it. Otherwise I
  9. cannot explain why 5.10 on Aminet was still the latest version until
  10. today :^).
  11.  
  12. Let's get it straight - having always been a 100% Amiga user, I don't
  13. know much about Unix sources and makefiles. I trashed the makefiles,
  14. took the platform-specific stuff from the Amiga 5.10 release and
  15. compiled everything with StormC 4. It's a mess. Don't download the
  16. sources. If you want to do a proper port with makefiles and everything
  17. better start from the scratch. You won't be able to easily rebuild
  18. it on a Geek Gadgets environment from that archive.
  19.  
  20. Big improvement (and the reason to take it to the Amiga) over 5.10
  21. is that PDF files with embedded fonts can be created from Postscript
  22. documents - currently the only way to do this on the Amiga. PageStream
  23. does not (yet!) support font embedding, and 5.10 converts fonts to
  24. graphics, which results in huge PDF files in poor quality.
  25.  
  26. Installation is easy. Just unpack all archives somewhere and copy the
  27. directory to wherever you like. Finally, insert the lines:
  28.  
  29. ; BEGIN Ghostscript
  30. Assign Ghostscript: <path you put it>
  31. ; END Ghostscript
  32.  
  33. into your S:User-StartUp. Please read the docs for usage, if it crashes,
  34. try increasing the stack (200000 do it for me).
  35.  
  36. If you want to use the amiga (the default if you don't specify an
  37. output device) or amiga_custom devices, you better use the 68k version
  38. (context switches!). I may look into this and improve PPC performance
  39. of these in future.
  40.  
  41. As for the Amiga credits, the basis for the Amiga-specific stuff was taken
  42. from the 5.10 release. So most of the Amiga credits go to the people who
  43. did the ports of up to GS5.10 (namely, Olaf 'Olsen' Barthel, Joop van de
  44. Wege, Steffen Opel - sorry if I forgot anyone). The Turboprint device was
  45. written by Florian Zeiler for Irseesoft.
  46.  
  47. I tinkered a bit around with it, adding PowerPC and 16/24 bit support.
  48. I also fixed bugs with graphics boards.
  49.  
  50. RĂ¼diger Hanke
  51. tomjoad@muenster.de
  52.  
  53.  
  54. ======================================
  55. From the Turboprint-Device source code
  56. ======================================
  57.  
  58.   This device prints via the Amiga printer driver system "Turboprint" by IrseeSoft.
  59.   Turboprint version 7 or higher is required. This driver does not print
  60.   via the Workbench printer.device - use amiga_printer for this purpose.
  61.  
  62.   There is only one device named "turboprint" for B/W and color modes.
  63.  
  64.   Command line parameters - defined on the command line e.g. -dBitsPerPixel=24
  65.  
  66.   -dBitsPerPixel=1   monochrome printing, grayscales generated by ghostscript's
  67.                             halftoning - fastest printing method.
  68.                       8   grayscale printing using Turboprint's dithering
  69.                             or color printing combining ghostscript's halftoning and
  70.                             Turboprint's dithering - uses less RAM
  71.                       16  color printing using Turboprint's dithering; uses less RAM
  72.                             than 24 bit but lower quality
  73.                       24  color printing using Turboprint's dithering; highest quality;
  74.                             this is the default
  75.  
  76.   -dColor=0   grayscale printing
  77.              1   colour printing, default
  78.  
  79.   -rDPI       sets the x and y resolution to DPI; if resolution is not available
  80.                   the next lower resolution is used
  81.   -rXDPIxYDPI sets the x resolution to XDPI and the y resolution to YDPI
  82.  
  83.   -dDensity=1..7 Selects the print resolution according to the density setting in
  84.                       Turboprefs
  85.   -dQuality=0..9 Selects the print quality according to the setting in Turboprefs
  86.  
  87.   -dZoomX=1..999 Selects a zoom factor
  88.   -dZoomY=1..999
  89.  
  90.   -dMoveX=... move the printout on the page - values are in 1/1000 Inch
  91.                   negative values: nove left / up
  92.   -dMoveY=... positive values: move printout right / down
  93.  
  94.